C# Learning
Learnt fundamentals of C# through the Brackeys full C# guide. Link:
Brackeys
Challenges
- Finding the correct guides.
- Watching the guide without stopping extremley often I learnt something to go try it out.
- Keeping motivated to keep learning at first.
- Not banging my head in frustration when something kept not working.
Learning
- Write clean code professionaly.
- Correctly comment on code - Still improving
- Not follow tutorial blindly and to base my code on topics I enjoy to stay motivated.
- Getting Started with C# (syntax, project setup)
- Variables and data types
- Conditions (if/else/switch)
- Loops (for, while)
- Methods / functions
- Arrays and collections
- Classes and objects (basic OOP)
- Debugging & error handling
- Small project examples and practice tasks
← Back to top